home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ipolish.preinst < prev    next >
Text File  |  2009-04-13  |  224b  |  15 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5.  
  6. if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl "20070410-1"; then
  7.     rm -f /var/lib/ispell/polish.hash
  8.     rm -f /var/lib/ispell/polish.list
  9.     rm -f /var/lib/ispell/polish.compat
  10. fi
  11.  
  12.  
  13.  
  14.  
  15.